IndexOfIllustrationsSourceIndexScope Property

Specifies whether an index is constructed for an entire document or for a chapter. The defined values are: -chapter: the index is constructed for the chapter that contains the index. A chapter consists of all those paragraphs and headings which have the same immediately preceding heading with outline level 1. -document: the index is constructed for the entire document. The default value for this attribute is document.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public IndexScope IndexScope { get; set; }

Property Value

IndexScope

See Also